﻿/*container*/
#ym-window{
	background:#FFFFFF;overflow:hidden;
	font:13px/1.5 Microsoft yahei;
}

.ym-tl{padding-left:1px;background:#FAFFF4 url(/skin/bluebar/webimg/title_bg_left.gif) no-repeat 0 0}
.ym-tr{padding-right:1px;background:#FAFFF4 url(/skin/bluebar/webimg/title_bg_right.gif) no-repeat right 0;}
.ym-tc{background:#FAFFF4 url(/skin/bluebar/webimg/title_bg_center.gif) repeat-x 0 0;overflow:hidden;height:25px;line-height:25px;}
.ym-ttc{height:3px}
.ym-header-text{font-size:12px;font-weight:bold;color:#439106;margin-left:5px;float:left}
.ym-header-tools{float:right;margin-top:5px}
.ym-header-tools strong{display:none}

/*body*/
.ym-ml{background:#D0DAC3;padding-left:1px}
.ym-mr{background:#D0DAC3;padding-right:1px}
.ym-mc{background:#FFFFFF;padding:0}
.ym-body{overflow:auto;padding:0;font-size:12px;}

/*button*/
.ym-btn{text-align:center;background:#FAFFF4;}

/*footer*/
.ym-bl{background:#D0DAC3;padding-left:1px}
.ym-br{background:#D0DAC3;padding-right:1px}
.ym-bc{background:#D0DAC3;height:2px;font-size:2px}

.ymPrompt_alert{
	padding-left:90px;
	background:url(/skin/bluebar/webimg/info.gif) no-repeat 20px 50%
}
.ymPrompt_succeed{
	padding-left:90px;
	background:url(/skin/bluebar/webimg/right.gif) no-repeat 20px 50%
}
.ymPrompt_error{
	padding-left:90px;
	background:url(/skin/bluebar/webimg/err.gif) no-repeat 20px 50%
}
.ymPrompt_confirm{
	padding-left:90px;
	background:url(/skin/bluebar/webimg/ask.gif) no-repeat 20px 50%
}
.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:50px 3px 0}
/*图标公共定义*/
.ym-header-tools div{
	cursor:pointer;
	width:15px;height:15px;float:left;margin:0 1px;
	background:url(/skin/bluebar/webimg/ico.gif) no-repeat 0 0;
}
.ymPrompt_close{
	background-position:-45px 0 !important;
}
.ymPrompt_max{
	background-position:0 0 !important;
}
.ymPrompt_min{
	background-position:-30px 0 !important;
}
.ymPrompt_normal{
	background-position:-15px 0 !important;
}
/*取消确认按钮样式*/
input.btnStyle{
	background:url(/skin/bluebar/webimg/btn_bg.gif) no-repeat;
	width:80px;height:21px;line-height:21px;
	font-size:12px;color:#000;border:0;margin:10px 0
}
.myContent{background-color:#3A5A74}